/* Normal */
@font-face {
    font-family: 'Lato-optimized';
    src: url('fonts/LatoLatinOptimized/fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/LatoLatinOptimized/fonts/lato-regular-webfont.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    text-rendering: optimizeLegibility;
}

/* Italic */
@font-face {
    font-family: 'Lato-optimized';
    src: url('fonts/LatoLatinOptimized/fonts/lato-italic-webfont.woff') format('woff'),
         url('fonts/LatoLatinOptimized/fonts/lato-italic-webfont.woff2') format('woff2');
    font-style: italic;
    font-weight: normal;
    font-display: fallback;
    text-rendering: optimizeLegibility;
}

/* Bold */
@font-face {
    font-family: 'Lato-optimized';    
    src: url('fonts/LatoLatinOptimized/fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/LatoLatinOptimized/fonts/lato-bold-webfont.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    text-rendering: optimizeLegibility;
}

/* Bold + Italic */
@font-face {
    font-family: 'Lato-optimized';    
    src: url('fonts/LatoLatinOptimized/fonts/lato-bolditalic-webfont.woff') format('woff'),
         url('fonts/LatoLatinOptimized/fonts/lato-bolditalic-webfont.woff2') format('woff2');
    font-style: italic;
    font-weight: bold;
    font-display: fallback;
    text-rendering: optimizeLegibility;
}